home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 101 / Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso / pc / new_ugp.dxr / 00246.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  309 b   |  10 lines

  1. on setupPath
  2.   if isMac() then
  3.     append(the searchPath, "UltraGP:movies:bootcamp")
  4.     append(the searchPath, "UltraGP:movies:platform:")
  5.     append(the searchPath, "UltraGP:movies:staff:")
  6.     append(the searchPath, "UltraGP:movies:Crypt")
  7.     append(the searchPath, "UltraGP:movies:Reviews")
  8.   end if
  9. end
  10.